inherited FtpProfileDialog: TFtpProfileDialog Left = 237 Top = 218 BorderIcons = [biSystemMenu, biHelp] Caption = 'FTP Profile' ClientHeight = 472 ClientWidth = 345 OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 inline Frame: TFtpProfileFrame Left = 8 Top = 8 Width = 329 Height = 426 TabOrder = 0 end object OkBtn: TUiButton Left = 184 Top = 440 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkClick AutoSize = asRight end object CancelBtn: TUiButton Left = 264 Top = 440 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end